home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Archive Magazine CD 1995
/
Archive Magazine CD 1995.iso
/
discs
/
pipeline
/
pipedream
/
Documents
/
Functions
/
Statistic
< prev
next >
Wrap
Text File
|
1991-10-09
|
1KB
|
137 lines
%OP%DP4
%OP%LP*
%OP%TM4
%OP%BM4
%OP%LM5
%OP%FX
%OP%FY
%OP%FS
%OP%WC2,1726,532,1364,0,1,0,0
%OP%VS3.40R (11-Oct-90), Mrjc, R9200 7500 3900 8299
%CO:A,10,100%%C%%H1%Statistical Functions Examples
%C%Function
AVG
COUNT
GRAND
MAX
MIN
%L%RAND
STD
STDP
VAR
VARP
%CO:B,9,16%
%V%%C%8
%V%%C%7
%V%%C%2
%V%%C%11
%V%%C%6
%C%Input 1
%C%b4e8
%C%b4e8
%V%%C%1
%C%b4e8
%C%b4e8
%V%%C%1
%C%b4e8
%C%b4e8
%C%b4e8
%C%b4e8
%CO:C,9,0%
%V%%C%5
%V%%C%12
%V%%C%7
%V%%C%9
%V%%C%17
%C%Input 2
%C%-
%C%-
%V%%C%1
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%CO:D,9,0%
%V%%C%10
%V%%C%13
%V%%C%7
%V%%C%5
%V%%C%17
%C%Input 3
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%CO:E,9,90%
%V%%C%13
%V%%C%19
%V%%C%1
%V%%C%7
%V%%C%1
%C%Result
%V%%C%avg(b4e8)
%V%%C%count(b4e8)
%V%%C%grand(b14)
%V%%C%max(b4e8)
%V%%C%min(b4e8)
%V%%C%rand
%V%%C%std(b4e8)
%V%%C%stdp(b4e8)
%V%%C%var(b4e8)
%V%%C%varp(b4e8)
%CO:F,61,62%
%L%Summary
Returns the average of a list of numbers.
Counts the number of entries in a list. (Numeric Slots only).
Generates a Gaussian random number, average %H4%Input1%H4%, s.d. %H4%Input2%H4%, both optional.
Returns the maximum value in a list.
Returns the minimum value in a list.
Generates a random number using %H4%Input1%H4% as the seed. %H4%Input1%H4% is optional.
Returns the population standard deviation of a list.
Returns the modified population standard deviation of a list.
Returns the population variance of a list.
Returns the modified population variance of a list.